*
* Returns the version string.
*
- * Returns: The version string. The string is owned by the about
+ * Returns: (nullable): The version string. The string is owned by the about
* dialog and must not be modified.
*/
const char *
*
* Returns the copyright string.
*
- * Returns: The copyright string. The string is owned by the about
+ * Returns: (nullable): The copyright string. The string is owned by the about
* dialog and must not be modified.
*/
const char *
*
* Returns the comments string.
*
- * Returns: The comments. The string is owned by the about
+ * Returns: (nullable): The comments. The string is owned by the about
* dialog and must not be modified.
*/
const char *
*
* Returns the license information.
*
- * Returns: The license information. The string is owned by the about
+ * Returns: (nullable): The license information. The string is owned by the about
* dialog and must not be modified.
*/
const char *
*
* Returns the system information that is shown in the about dialog.
*
- * Returns: the system information
+ * Returns: (nullable): the system information
*/
const char *
gtk_about_dialog_get_system_information (GtkAboutDialog *about)
*
* Returns the website URL.
*
- * Returns: The website URL. The string is owned by the about
+ * Returns: (nullable): The website URL. The string is owned by the about
* dialog and must not be modified.
*/
const char *
*
* Returns the label used for the website link.
*
- * Returns: The label used for the website link. The string is
+ * Returns: (nullable): The label used for the website link. The string is
* owned by the about dialog and must not be modified.
*/
const char *
* Returns the translator credits string which is displayed
* in the translators tab of the secondary credits dialog.
*
- * Returns: The translator credits string. The string is
+ * Returns: (nullable): The translator credits string. The string is
* owned by the about dialog and must not be modified.
*/
const char *